P2P Web Application
----------------------------------------------------------------------------
Github:
https://github.com/PenguinAmbush/P2P_Drive_Web.git



Dependencies:
{
"@headlessui/react": "^1.7.3",
    "@heroicons/react": "^2.0.11",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "axios": "^1.1.3",
    "bootstrap": "^5.2.2",
    "context": "^4.0.0",
    "react": "^18.2.0",
    "react-bootstrap": "^2.5.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.4.2",
    "react-scripts": "5.0.1",
    "styled-components": "^5.3.6",
    "web-vitals": "^2.1.4",
    "autoprefixer": "^10.4.12",
    "postcss": "^8.4.17",
    "tailwindcss": "^3.1.8"
}

tools:
{
    "git"
    "git-bash"
    "git-flow"
    "github-desktop"
    "React dev tools"
    "Visual Stuido Code with MongoDB Extension"(optional)
    "NodeJS"

}

*Installation*
Prerequisite: Install NodeJs ( https://nodejs.org/en/ ) 

1.Clone this repository.
2.Navigate to the installation directory and verify download.
3.Open the folder into your favorite IDE (Vs Code, Goland, etc…)
4.To avoid errors if folder “node_modules” or “package-lock.json” exists in                    directory, delete before the next step
5.Open a terminal/powershell in current download directory and run “npm install”
6.Once the process is finished, run “npm start” and your application should be up and running.
7.If not redirected to a new tab within the default browser, the application may be accessed using http://localhost:3000 or http://0.0.0.0:3000,

(application may be accessed by other machines in local network by using host machine’s ip address followed by default port ex.. http://192.168.1.100:3000)

*Contributions*
Contributions to the P2P drive web applicationmust:
1.Be forked to a new repository.
2.Proper use of git-bash/git-flwo commands as the Git branch model.
3.Implement all dependencies into web applcaition folder using desried platform
